﻿2026-06-21T08:38:21.8429083Z ##[group]Run pkill -9 -f 'yes FLOOD' || true
2026-06-21T08:38:21.8429769Z [36;1mpkill -9 -f 'yes FLOOD' || true[0m
2026-06-21T08:38:21.8430367Z [36;1mfor p in $(pgrep -x 'spt|notify-shell' || true); do[0m
2026-06-21T08:38:21.8430959Z [36;1m  exe=$(readlink -f "/proc/$p/exe" 2>/dev/null || true)[0m
2026-06-21T08:38:21.8431465Z [36;1m  case "$exe" in[0m
2026-06-21T08:38:21.8431950Z [36;1m    "$GITHUB_WORKSPACE"/*) kill -9 "$p" 2>/dev/null || true ;;[0m
2026-06-21T08:38:21.8432455Z [36;1m  esac[0m
2026-06-21T08:38:21.8432782Z [36;1mdone[0m
2026-06-21T08:38:21.8433107Z [36;1mexit 0[0m
2026-06-21T08:38:21.8449399Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T08:38:21.8450184Z env:
2026-06-21T08:38:21.8450522Z   SPT_REGISTRY_BUSY_TIMEOUT_MS: 30000
2026-06-21T08:38:21.8450927Z ##[endgroup]
